home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / FL Studio VSTi.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-11-05  |  2KB  |  107 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 231
  3.   Top = 122
  4.   BorderStyle = bsNone
  5.   Caption = 'SynthEditorForm'
  6.   ClientHeight = 82
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SynthPanel: TWPControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 274
  23.     Height = 82
  24.     Align = alClient
  25.     Color = clMaroon
  26.     ParentColor = False
  27.     ShowHint = True
  28.     object ShowBtn: TQuickBtn
  29.       Left = 201
  30.       Top = 9
  31.       Width = 63
  32.       Height = 63
  33.       Cursor = crHandPoint
  34.       Hint = '|Layer with selected channels'
  35.       ParentFont = False
  36.       ParentColor = False
  37.       Color = clGreen
  38.       Font.Charset = ANSI_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -9
  41.       Font.Name = 'Fruity fonts'
  42.       Font.Style = []
  43.       Options = [tbHasDownGlyph]
  44.       AccelKey = 0
  45.       FXType = FX_Blend
  46.       FXWhen = FX_OnOver
  47.       FXAttack = 208
  48.       FXRelease = 32
  49.       FXBlink = FX_BlinkOnOver
  50.       Glyph.ILCount = 2
  51.       BmpList = SynthResModule.BtnIL
  52.       OnClick = ShowBtnClick
  53.       StayDown = False
  54.     end
  55.     object TimeOfsSelect: TDigiWheel
  56.       Left = 162
  57.       Top = 61
  58.       Width = 25
  59.       Height = 16
  60.       Cursor = crSizeNS
  61.       Options = [wwAutoSize, wwIncMode]
  62.       MoveSpeed = 2
  63.       SlowMotionDiv = 8
  64.       Min = -64
  65.       Max = 64
  66.       Value = -8
  67.       DefaultValue = -8
  68.       OnChange = TimeOfsSelectChange
  69.       MouseButton = mbLeft
  70.       HotSideX = 4
  71.       HotSideY = 5
  72.       Color = clNone
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = 13025463
  75.       Font.Height = -11
  76.       Font.Name = 'Arial'
  77.       Font.Style = []
  78.       BmpList = SynthResModule.Digits11IL
  79.       NullValue = -100
  80.     end
  81.     object LogoBtn: TQuickBtn
  82.       Left = 134
  83.       Top = 17
  84.       Width = 48
  85.       Height = 20
  86.       Enabled = False
  87.       ParentFont = False
  88.       ParentColor = False
  89.       Color = clSilver
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -9
  93.       Font.Name = 'Fruity fonts'
  94.       Font.Style = []
  95.       Options = [tbHasDownGlyph, tbHiddenAnim]
  96.       AccelKey = 0
  97.       FXType = FX_Blend
  98.       FXAttack = 256
  99.       FXRelease = 8
  100.       Glyph.ILCount = 2
  101.       BmpList = SynthResModule.LogoIL
  102.       Down = True
  103.       StayDown = False
  104.     end
  105.   end
  106. end
  107.